home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / contents / go.bat < prev    next >
DOS Batch File  |  2014-05-13  |  196b  |  18 lines

  1. @echo off
  2. cls
  3.  
  4. if %1! == ! goto message
  5.  
  6. cat /f /d%1
  7.  
  8. goto endit
  9.  
  10. :message
  11. echo.
  12. echo To start the program enter GO D  (Where D is your CD-ROM drive letter.)
  13. echo.
  14. echo.
  15.  
  16.  
  17. :endit
  18.